Left(string, count)


Returns the count of characters from the beginning of a string argument.

See also Right, Mid, and Len.

string

String from which the leftmost characters are retrieved.

count

Positive integer indicating how many characters to return.